.main{
	width: 1174px;
	margin: 0 auto;
}

/* 参赛流程 */
.process_box{
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: center;
}
.process_box section{
	width:140px;
	height: 117px;
	margin:20px;
	text-align: center;
	line-height: 100px;
	font-weight: bold;
	font-size: 16px;
	background-size:100% 100%;
	color: rgba(94, 166, 0, 1.0);
}

.news_box{
	width: 1174px;
	height: 320px;
	display: flex;
}
.news_img{
	width: 450px;
	height: 100%;
}
.news_img img{
	width: 100%;
	height: 100%;
}
/* 新闻通知  */
.news_list{
	width: 412px;
	height: 100%;
	margin: 0 16px;
	overflow: hidden;
}
.news_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url("../images/title_bg.png");
	background-size: auto 100%;
	border-radius: 40px 0 0 40px;
}
.news_title span:nth-child(1){
	float: left;
	margin-left: 10px;
	font-size: 16px;
	color: #fff;
}
.news_title span:nth-child(2){
	float: right;
	font-size: 12px;
	margin-right: 5px;
	cursor: pointer;
}
.news_ul{
	font-size: 12px;
	color: #000;
	line-height: 30px;
	margin-top: 10px;
	padding:0 10px;
	box-sizing: border-box;
}
.news_ul li{
	width: 100%;
	cursor: pointer;
	color: #333;
	display: flex;
}
.news_ul li p{
	width: 80%;
	position: relative;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_ul li p::before{
	content: '.';
	font-size: 30px;
	position: absolute;
	top: -10px;
	left: 0;
	color: #999;
}
.news_ul li span{
	width: 20%;
	color: #999;
	text-align: right;
}
.news_notice{
	width: 280px;
	height: 100%;
}

/* 报名入口 */
.entry_btn{
	width: 100%;
	display: flex;
	height: 60px;
	background: rgba(66, 104, 189, 1.0);
	color: #fff;
	line-height: 60px;
	border-radius: 10px;
	box-sizing: border-box;
}
.entry_btn section{
	width: 50%;
	text-align: center;
	cursor: pointer;
}
.entry_btn section:nth-child(1){
	position: relative;
}
.entry_btn section:nth-child(1)::after{
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 2px;
	height: 20px;
	background: #fff;
}

/* 倒计时 */
.count_down{
	width: 100%;
	height: 90px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .5);
	margin-top: 15px;
	overflow: hidden;
}
.count_down_title{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.count{
	display: flex;
	justify-content: center;
}
.count section{
	width: 35px;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.count span{
	display: block;
}
.count span:nth-child(2){
	font-weight: 400;
	font-size: 12px;
	color: #999;
}
.count .count_syb{
	width: 15px;
}

/* 公告 */
.notice{
	margin-top: 15px;
}
.notice_main{
	height: 100px;
	color: #4268BD;
}
.notice_main .swiper-slide{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}
.notice_main .swiper-wrapper , .atlas_loop .swiper-wrapper{
	-webkit-transition-timing-function: linear!important; /*之前是ease-out*/
    -moz-transition-timing-function: linear!important;
    -ms-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}

.center_banner{
	width: 100%;
	height: 160px;
	margin-top: 30px;
}
.center_banner img{
	width: 100%;
	height: 100%;
	display: block;
}

/* 政策动态 技术百科 大赛介绍 项目展示 */
.text_box{
	overflow: hidden;
	display: -webkit-flex; /* Safari */
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.text_box .news_list{
	width: 49%;
	height: 235px;
	margin: 0;
}
.text_box .news_ul p{
	width: 100%;
}

/* 精彩图集 */
.atlas{
	margin-top: 30px;
}
.atlas .atlas_loop{
	margin: 16px 0;
}

/* 友情链接 */
.links_img{
	width: 100%;
	overflow: hidden;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 14px 0;
}
.links_img img{
	width: 140px;
	height: 54px;
	display: block;
	margin: 3.39px;
}

/* 更多more */
.more{
	width: 50px;
	height: 100%;
	background: url("../images/more.png") center right no-repeat;
}